home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
gfx
/
fract
/
fu1_61.lha
/
Formulas
/
Quarter.Form
< prev
next >
Wrap
Text File
|
1994-07-13
|
224b
|
30 lines
Quarter
{
{
mirrorxy
x1=-2.8
x2= 2.8
y1=-1.4
y2= 1.4
bailout=2.0
}
{
z=pixel
c=pixel
}
{
t1=z*z
t1=t1+[1.0,0.0]
t2=z*z
t2=t2-[1.0,0.0]
t2=t2*c
z=t1/t2
w=abs(z)
}
{
w>bailout
}
{
}
}